Description | : The `Get Search Address Reverse` API is and HTTP `GET` request that returns a street address or location when given latitude and longitude coordinates. There may be times when you need to translate a coordinate (example: 37.786505, -122.3862) into a human understandable street address. Most often this is needed in tracking applications where you receive a GPS feed from the device or asset and wish to know what address where the coordinate is located. This endpoint will return address information for a given coordinate. |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "Search_GetSearchAddressReverse", "Description": { "new": "\n\nThe `Get Search Address Reverse` API is and HTTP `GET` request that returns a street address or location when given latitude and longitude coordinates.\n\nThere may be times when you need to translate a coordinate (example: 37.786505, -122.3862) into a human understandable street address. Most often this is needed in tracking applications where you receive a GPS feed from the device or asset and wish to know what address where the coordinate is located. This endpoint will return address information for a given coordinate.", "old": "The `Get Search Address Reverse` API is and HTTP `GET` request that returns a street address or location when given latitude and longitude coordinates.\n\nThere may be times when you need to translate a coordinate (example: 37.786505, -122.3862) into a human understandable street address. Most often this is needed in tracking applications where you receive a GPS feed from the device or asset and wish to know what address where the coordinate is located. This endpoint will return address information for a given coordinate." } }
⚼ Request
GET:
/search/address/reverse/{format}
{
x-ms-client-id:
string
,
api-version:
string
,
format:
string
,
query:
array
,
language:
string
,
returnSpeedLimit:
boolean
,
heading:
integer
,
radius:
integer
,
number:
string
,
returnRoadUse:
boolean
,
roadUse:
array
,
allowFreeformNewline:
boolean
,
returnMatchType:
boolean
,
entityType:
string
,
view:
string
,
}
⚐ Response (200)
{
summary:
{
,
query:
string
,
queryType:
enum
,
queryTime:
integer
,
numResults:
integer
,
limit:
integer
,
offset:
integer
,
totalResults:
integer
,
fuzzyLevel:
integer
,
geoBias:
}
{
,
lat:
number
,
lon:
number
,
}
addresses:
}
[
]
,
{
,
address:
{
,
buildingNumber:
string
,
street:
string
,
crossStreet:
string
,
streetNumber:
string
,
routeNumbers:
[
,
string
,
]
streetName:
string
,
streetNameAndNumber:
string
,
neighbourhood:
string
,
municipality:
string
,
municipalitySubdivision:
string
,
countrySubdivision:
string
,
countrySubdivisionCode:
string
,
countryTertiarySubdivision:
string
,
countrySecondarySubdivision:
string
,
postalCode:
string
,
extendedPostalCode:
string
,
countryCode:
string
,
country:
string
,
countryCodeISO3:
string
,
freeformAddress:
string
,
countrySubdivisionName:
string
,
localName:
string
,
boundingBox:
}
{
,
northEast:
string
,
southWest:
string
,
entity:
enum
,
}
position:
string
,
roadUse:
[
,
string
,
]
matchType:
enum
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}